derelict_extras-glib ~master (2022-04-09T03:18:16.0133507)
Dub
Repo
da_g_thread_pool_set_max_threads
derelict
glib
gthreadpool
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
version(!Derelict_Link_Static)
extern (
C
) extern (
C
) nothrow
alias
da_g_thread_pool_set_max_threads
=
gboolean
function
(
GThreadPool
*
pool
,
gint
max_threads
,
GError
**
error
)
Meta
Source
See Implementation
derelict
glib
gthreadpool
aliases
GThreadPool
da_g_thread_pool_free
da_g_thread_pool_get_max_idle_time
da_g_thread_pool_get_max_threads
da_g_thread_pool_get_max_unused_threads
da_g_thread_pool_get_num_threads
da_g_thread_pool_get_num_unused_threads
da_g_thread_pool_new
da_g_thread_pool_push
da_g_thread_pool_set_max_idle_time
da_g_thread_pool_set_max_threads
da_g_thread_pool_set_max_unused_threads
da_g_thread_pool_set_sort_function
da_g_thread_pool_stop_unused_threads
da_g_thread_pool_unprocessed
functions
g_thread_pool_free
g_thread_pool_get_max_idle_time
g_thread_pool_get_max_threads
g_thread_pool_get_max_unused_threads
g_thread_pool_get_num_threads
g_thread_pool_get_num_unused_threads
g_thread_pool_new
g_thread_pool_push
g_thread_pool_set_max_idle_time
g_thread_pool_set_max_threads
g_thread_pool_set_max_unused_threads
g_thread_pool_set_sort_function
g_thread_pool_stop_unused_threads
g_thread_pool_unprocessed
structs
_GThreadPool